type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecTextNumericValuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L332: 			return encodePlanNumericCodecTextNumericValuer{}
		numeric.go#L499: type encodePlanNumericCodecTextNumericValuer struct{}
		numeric.go#L501: func (encodePlanNumericCodecTextNumericValuer) Encode(value any, buf []byte) (newBuf []byte, err error) {